projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b56d17
)
Remove duplicate declaration of code_convert_string_norecord.
author
Andreas Schwab
<schwab@suse.de>
Fri, 28 Jun 2002 12:39:32 +0000
(12:39 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Fri, 28 Jun 2002 12:39:32 +0000
(12:39 +0000)
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index 659bf8db3f12422a52e69c2fce446fa8fe191446..6ae8a8d016b767ef37a7b47ebdaad076b025b06a 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-2127,7
+2127,6
@@
EXFUN (Fupdate_coding_systems_internal, 0);
EXFUN (Fencode_coding_string, 3);
EXFUN (Fdecode_coding_string, 3);
extern Lisp_Object detect_coding_system P_ ((unsigned char *, int, int, int));
-Lisp_Object code_convert_string_norecord P_ ((Lisp_Object, Lisp_Object, int));
extern void init_coding P_ ((void));
extern void init_coding_once P_ ((void));
extern void syms_of_coding P_ ((void));